home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-08-23 | 390 b | 25 lines |
- #
- # makefile for ccs-lib/tools/sun/sources
- #
-
- PGMS = torast.out
-
- LIBRARIE6 = $(LDFLAGS) -lscs6 -lccs -ltiff -lrle $(LIBRARY) $(OTHERLIBS) -ljpeg
- CPPFLAGS2 = -I$(CCS_ROOT)/include -DCOMMON_TOOL #-DHIPS_IMAGE
-
- .c.out:
- $(LINKc) $* $< $(LIBRARIE6) $(CPPFLAGS2) -lpixrect
- mv $* $(DESTDIR)
- @touch $@
-
- install: $(PGMS)
-
- clean: clean-pgm
- clean-all: clean_all
-
- pristine: pristine-pgm
-
- doc:
-
- FRC:
-